home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / cdgtst / cdigitst.h < prev    next >
C/C++ Source or Header  |  1998-12-09  |  2KB  |  61 lines

  1. // CDigitST_demoDlg.h : header file
  2. //
  3.  
  4. #if !defined(AFX_CDIGITST_DEMODLG_H__8067B7EA_8DD3_11D2_A1FC_00805F8593B2__INCLUDED_)
  5. #define AFX_CDIGITST_DEMODLG_H__8067B7EA_8DD3_11D2_A1FC_00805F8593B2__INCLUDED_
  6.  
  7. #include "DigitST.h"    
  8. #include "AboutDlg.h"
  9.  
  10. #if _MSC_VER >= 1000
  11. #pragma once
  12. #endif // _MSC_VER >= 1000
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CCDigitST_demoDlg dialog
  16.  
  17. class CCDigitST_demoDlg : public CDialog
  18. {
  19. // Construction
  20. public:
  21.     CCDigitST_demoDlg(CWnd* pParent = NULL);    // standard constructor
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(CCDigitST_demoDlg)
  25.     enum { IDD = IDD_CDIGITST_DEMO_DIALOG };
  26.         // NOTE: the ClassWizard will add data members here
  27.     //}}AFX_DATA
  28.  
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CCDigitST_demoDlg)
  31.     protected:
  32.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36. protected:
  37.     HICON m_hIcon;
  38.  
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CCDigitST_demoDlg)
  41.     virtual BOOL OnInitDialog();
  42.     afx_msg void OnZeroPad();
  43.     afx_msg void OnAbout();
  44.     afx_msg void OnTimer(UINT nIDEvent);
  45.     afx_msg void OnResetPartial();
  46.     afx_msg void OnGo();
  47.     afx_msg void OnDestroy();
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50. private:
  51.     BOOL m_bRunning;
  52.     CDigitST m_dgtSpeed;
  53.     CDigitST m_dgtTotal;
  54.     CDigitST m_dgtPartial;
  55. };
  56.  
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  59.  
  60. #endif // !defined(AFX_CDIGITST_DEMODLG_H__8067B7EA_8DD3_11D2_A1FC_00805F8593B2__INCLUDED_)
  61.